GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-13T00:15:21.2972068+00:00",
"SubmitDate": "2026-01-13T00:15:21.2972068+00:00",
"ReportPeriodStart": "2026-01-13T00:15:21.2972068+00:00",
"ReportPeriodEnd": "2026-01-13T00:15:21.2972068+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d6ad6344-eef1-4238-995e-2081cb920ce9",
"Rows": [
{
"ItemId": "11962044-a498-452c-a0b9-dbff0b478d2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "11962044-a498-452c-a0b9-dbff0b478d2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d6ad6344-eef1-4238-995e-2081cb920ce9",
"Rows": [
{
"ItemId": "11962044-a498-452c-a0b9-dbff0b478d2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "11962044-a498-452c-a0b9-dbff0b478d2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6205bd3e-4304-4b78-bff6-1cf3bd87f329",
"994fb83b-e3c7-43cb-953d-0b9e200441e2"
],
"Approvers": [
"3a5b728f-d3ed-42d1-8fe7-501fcff3d5ee",
"f4acdd01-dd33-439d-b89a-e42baf982ca2"
],
"ApprovedBy": "615df871-84b6-4998-8e57-afcb3e553e37",
"ApprovalDate": "2026-01-13T00:15:21.2972068+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9c671b5a-9cbd-4555-9659-fd1cf7dccc37",
"id": "5e7cb12d-83e7-4d44-b762-38f5c7dabd86",
"ConfigId": "62248f55-3bd9-4734-91d7-8b53e2af9274"
},
{
"GenerationDate": "2026-01-13T00:15:21.2972068+00:00",
"SubmitDate": "2026-01-13T00:15:21.2972068+00:00",
"ReportPeriodStart": "2026-01-13T00:15:21.2972068+00:00",
"ReportPeriodEnd": "2026-01-13T00:15:21.2972068+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d6ad6344-eef1-4238-995e-2081cb920ce9",
"Rows": [
{
"ItemId": "11962044-a498-452c-a0b9-dbff0b478d2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "11962044-a498-452c-a0b9-dbff0b478d2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d6ad6344-eef1-4238-995e-2081cb920ce9",
"Rows": [
{
"ItemId": "11962044-a498-452c-a0b9-dbff0b478d2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "11962044-a498-452c-a0b9-dbff0b478d2d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6205bd3e-4304-4b78-bff6-1cf3bd87f329",
"994fb83b-e3c7-43cb-953d-0b9e200441e2"
],
"Approvers": [
"3a5b728f-d3ed-42d1-8fe7-501fcff3d5ee",
"f4acdd01-dd33-439d-b89a-e42baf982ca2"
],
"ApprovedBy": "615df871-84b6-4998-8e57-afcb3e553e37",
"ApprovalDate": "2026-01-13T00:15:21.2972068+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9c671b5a-9cbd-4555-9659-fd1cf7dccc37",
"id": "5e7cb12d-83e7-4d44-b762-38f5c7dabd86",
"ConfigId": "62248f55-3bd9-4734-91d7-8b53e2af9274"
}
]